Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / SheetTabDragDropCopyUndoAction Class / SheetTabDragDropCopyUndoAction Constructor / SheetTabDragDropCopyUndoAction Constructor(Int32[],Int32)
From sorted sheets tab index
To sheet tab index


In This Topic
    SheetTabDragDropCopyUndoAction Constructor(Int32[],Int32)
    In This Topic
    Undoes the sheet tab drag-drop.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal list() As Integer, _
       ByVal to As Integer _
    )
    'Usage
     
    
    Dim list() As Integer
    Dim to As Integer
     
    Dim instance As New SheetTabDragDropCopyUndoAction(list, to)
    public SheetTabDragDropCopyUndoAction( 
       int[] list,
       int to
    )

    Parameters

    list
    From sorted sheets tab index
    to
    To sheet tab index
    See Also